PDFFixedDocument Constructor(String,String)
In This Topic
Initializes a new
PDFFixedDocument object.
Syntax
public PDFFixedDocument(
java.lang.String ,
java.lang.String
)
|
Parameters
- fileName
- A string that contains the name of the file from which to create the document.
- password
- Password required to open the PDF file.
See Also